Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

chore(deps): update all non-major dependencies #73

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^18.19.14 -> ^18.19.15 age adoption passing confidence
memfs ^4.6.0 -> ^4.7.0 age adoption passing confidence
pnpm (source) 8.15.1 -> 8.15.2 age adoption passing confidence
prettier (source) ^3.2.4 -> ^3.2.5 age adoption passing confidence
rollup (source) ^4.9.6 -> ^4.10.0 age adoption passing confidence
unplugin ^1.6.0 -> ^1.7.1 age adoption passing confidence
vite (source) ^5.0.12 -> ^5.1.1 age adoption passing confidence

Release Notes

streamich/memfs (memfs)

v4.7.0

Compare Source

Bug Fixes
  • ensure consistent file path formatting when reading directories recursively (#​990) (36def27)
Features

4.6.1 (2024-02-12)

Bug Fixes

v4.6.1

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v8.15.2

Compare Source

Patch Changes

  • When purging multiple node_modules directories, pnpm will no longer print multiple prompts simultaneously.
  • Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted node_modules.
  • Linking globally the command of a package that has no name in package.json #​4761.
  • Installation should work with lockfile created by pnpm v9.0.0-alpha.4

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

prettier/prettier (prettier)

v3.2.5

Compare Source

diff

Support Angular inline styles as single template literal (#​15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@​Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.4
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.5
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `
    h1 {
      color: blue;
    }
  `,
})
export class AppComponent {}
Unexpected embedded formatting for Angular template (#​15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.4
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{ hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.5
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}
Use "json" parser for tsconfig.json by default (#​16012 by @​sosukesuzuki)

In v2.3.0, we introduced "jsonc" parser which adds trialing comma by default.

When adding a new parser we also define how it will be used based on the linguist-languages data.

tsconfig.json is a special file used by TypeScript, it uses .json file extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing .json file extension.

We decide to treat it as a JSON file for now to avoid the extra configuration step.

To keep using the "jsonc" parser for your tsconfig.json files, add the following to your .pretterrc file

{
  "overrides": [
    {
      "files": ["tsconfig.json", "jsconfig.json"],
      "options": {
        "parser": "jsonc"
      }
    }
  ]
}
rollup/rollup (rollup)

v4.10.0

Compare Source

2024-02-10

Features
  • Support base-36 and base-16 hashes again via new output.hashCharacters option (#​5371)
Bug Fixes
  • Do not crash process for panics in native code but throw them as JavaScript errors (#​5383)
Pull Requests
unjs/unplugin (unplugin)

v1.7.1

Compare Source

Bug Fixes
  • webpack: throw a standard error (41978c0)

v1.7.0

Compare Source

Bug Fixes
  • use webpack loader context to implement addWatchFile (#​359) (a3bb13f)
Features
  • support emit object errors (8f00f57)
vitejs/vite (vite)

v5.1.1

v5.1.0


Configuration

📅 Schedule: Branch creation - "before 2am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from fb811e0 to 4303e55 Compare February 16, 2024 00:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4303e55 to 93cbbdf Compare February 16, 2024 06:09
@brawaru brawaru merged commit 18eed44 into main Feb 16, 2024
2 checks passed
@brawaru brawaru deleted the renovate/all-minor-patch branch February 16, 2024 06:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant